From 915c43f53844832728c4b1a76c24faf46fea1917 Mon Sep 17 00:00:00 2001 From: "robertlipe@gmail.com" Date: Thu, 10 Apr 2014 03:49:02 +0000 Subject: [PATCH] Revert stm "cleanup", too. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4801 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/stmsdf.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/stmsdf.cc b/gpsbabel/stmsdf.cc index 25fada8a4..3a0e4148d 100644 --- a/gpsbabel/stmsdf.cc +++ b/gpsbabel/stmsdf.cc @@ -272,7 +272,7 @@ parse_point(char* line) break; case 1: - wpt->shortname = csv_stringclean(str, "\""); + wpt->shortname = csv_stringclean(str, QString("\"")); if ((what == 2) || (what == 3)) { column += 2; /* doesn't have date and time */ } -- 2.30.2